home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / wb / TextloaderNG.lha / TextloaderTNGr / Rexx / FW-Left.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-12-20  |  276 b   |  17 lines

  1. /* Imports text from TLNG 2.0 to FinalWriter97 */
  2. /* FW97_Left V1.0 © 10.08.99 by Jochen Grus    */
  3.  
  4. OPTIONS RESULTS
  5. ADDRESS "FINALW.1"
  6. Justify Left
  7. IF (pos == 0) THEN
  8.    DO
  9.    fontpath = 'Normal'
  10.    END
  11. ELSE DO
  12.    fontpath = 'Normal'
  13.    END
  14. Style fontpath
  15. Type ' '
  16. Paste
  17. Exit